Skip to content

Instantly share code, notes, and snippets.

@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.

@gabe565
gabe565 / change-arc-icon.md
Last active August 16, 2026 20:38
Change Arc Browser Icon

Change Arc Browser Icon

arc

A collection of commands that change the Arc Browser icon on macOS.

Commands

Theme Command
Candy Arc defaults write company.thebrowser.Browser currentAppIconName candy
@sasohan0
sasohan0 / Facebook_Job_Groups.md
Created February 7, 2026 04:43
PH Job Hunting Channel - Facebook Groups

πŸš€ Level 3 Job Hunting Channel: Facebook Community

Programming Hero Placement Team Target: Join ALL, Stay Active, and APPLY. BEST OF LUCK WARRIORS!


πŸ“Œ Phase 1: The Community List

Below is a curated list of the most active tech hiring groups in Bangladesh. Join every single one of them. Turn on notifications for these groups so you never miss a circular.

πŸ”— Primary Tech Hiring Groups

@benandersn
benandersn / polymarket-perps-invite-referral-code.md
Created August 15, 2026 01:52
Polymarket Perps Invite Code - Skip the Waitlist Instantly _ Use this code: 00bovic5

Polymarket Perps Invite Code – Skip the Beta Waitlist Instantly

Are you looking to trade on Polymarket Perps but stuck on the beta waitlist? You can skip the queue completely and get instant access to the perpetual futures trading platform by using an active referral Code.

πŸš€ Active Polymarket Perps Invite Code:

  • Invite Code: 00bovic5

πŸ’‘ How to Use the Code & Activate Your Account

@fellipec
fellipec / pihole-dhcp.md
Last active August 16, 2026 20:34
Pi-Hole DHCP configuration guide

Introduction

Pi-Hole's primary function is to be a DNS server with the ability to block domains, usually used for advertising, tracking or other unwanted sites. It also features a built-in DHCP Server.

Usually, your router will also have a built-in DHCP server, pre-configured from factory, and for most users this is perfectly fine. But in some cases you may want to run another DHCP server instead of relying on your router's one. This guide will help you understand how a DHCP server works and how to configure it without disturbing your network.

If you already know the networking basics, you can cut to the chase and read just the configuration part

Understanding the IP Addressing

@samsch
samsch / stop-using-jwts.md
Last active August 16, 2026 20:32
Stop using JWTs

Stop using JWTs!

TLDR: JWTs should not be used for keeping your user logged in. They are not designed for this purpose, they are not secure, and there is a much better tool which is designed for it: regular cookie sessions.

If you've got a bit of time to watch a presentation on it, I highly recommend this talk: https://www.youtube.com/watch?v=pYeekwv3vC4 (Note that other topics are largely skimmed over, such as CSRF protection. You should learn about other topics from other sources. Also note that "valid" usecases for JWTs at the end of the video can also be easily handled by other, better, and more secure tools. Specifically, PASETO.)

A related topic: Don't use localStorage (or sessionStorage) for authentication credentials, including JWT tokens: https://www.rdegges.com/2018/please-stop-using-local-storage/

The reason to avoid JWTs comes down to a couple different points:

  • The JWT specification is specifically designed only for very short-live tokens (~5 minute or less). Sessions
name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections: